ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / EnumDefaultExportSetting<T> Class / Value Property

In This Topic
    Value Property (EnumDefaultExportSetting<T>)
    In This Topic
    Gets or sets the enum value of the export setting.
    Syntax
    'Declaration
     
    Public Property Value As Nullable(Of T)
    public Nullable<T> Value {get; set;}

    Property Value

    An System.Enum value of the export setting, or null if not set.
    See Also